Interface ICoreInlineExport<T>
Assembly: WaaS.Core.dll
View Source
Declaration
public interface ICoreInlineExport<out T> where T : ICoreSortedExportable<IExternal>
Properties
Name
View Source
Declaration
string Name { get; }
Item
View Source
Declaration
IUnresolved<out T> Item { get; }